home *** CD-ROM | disk | FTP | other *** search
/ Atari Forever 4 / Atari Forever 4.zip / Atari Forever 4.iso / SERIE_AI / AI_018 / POVRAY3.LZH / 3D2POV18 / 3D2-POV.DOC next >
Text File  |  1993-04-04  |  2KB  |  48 lines

  1. 3D2-POV Converter Version 1.8 Apr/93
  2. Copyright (c) 1993 by Steve Anger
  3.  
  4. This program converts .3D2 files generated by the Atari programs CAD-3D and
  5. Cyber CAD to POV-Ray or Vivid raytracer scene files. Bounding shapes are
  6. automatically generated for POV-Ray to greatly reduce the rendering time.
  7.  
  8.  
  9. Hardware requirements:
  10.  
  11. Two version of the executable are included in this archive, 3D2-POV.EXE and
  12. 3D2-POVX.EXE. The first version will run on all machines from XT's to 486's
  13. but is only capable of using 640k of memory. The second version requires a
  14. minimum of a 386 with a co-pro to run but can use all available memory plus
  15. up to 128M of virtual memory. It is compatible with most 386 memory managers
  16. but will not run under a DPMI server (Windows, OS/2).
  17.  
  18.  
  19. Syntax:  3d2-pov inputfile[.3d2] [outputfile] [options]
  20.  
  21. Options:
  22. -snnn    - Generates smooth triangles. The boundaries between triangles
  23.            are only smoothed if the angle between the triangles is less
  24.            that nnn degrees. -s0 will not smooth any triangles while
  25.            -s180 will smooth all triangles. Values from -s45 to -s90
  26.            usually work well. If unspecified smoothing defaults to -s60.
  27.  
  28. -op      - Output to POV-Ray 1.0 format (default)
  29. -op2     - Output to POV-Ray 2.0 format (2.0 is unreleased as yet)
  30. -ov      - Output to Vivid 2.0 format
  31. -or      - Output to Raw triangle format.
  32.  
  33. -lxnnn   - Set look_at x coord to nnn
  34. -lynnn   -  '     '    y   '   '   '
  35. -lznnn   -  '     '    z   '   '   '
  36.  
  37. -vxnnn   - Set view_point x coord to nnn
  38. -vynnn   -  '       '     y   '   '   '
  39. -vznnn   -  '       '     z   '   '   '
  40.  
  41. e.g. 3d2-pov car.3d2 car.pov -s60.0
  42.  
  43.  
  44.                                         Steve Anger, Guelph, ON, Canada
  45.                                         CIS: 70714,3113
  46.                                         Internet: 70714.3113@compuserve.com
  47.                                         ADEnet Boards i.e.:TGA: (510)524-2780
  48.